Sean McBride
5efee76cae
refactor: header include nit
3 years ago
Sean McBride
ded4717ed8
docs: Create compiletime README
3 years ago
Sean McBride
1a34f91cdd
refactor: table instructions
3 years ago
Sean McBride
bb41caeae0
refactor: Remove zombie table instruction
3 years ago
Sean McBride
30c3d17a2c
refactor: Rename memory_instructions
3 years ago
Sean McBride
9bc023bd1b
chore: rename instr
3 years ago
Sean McBride
651eeeb868
chore: Comment compiletime get_function_from_table
4 years ago
Sean McBride
f9d6a22ac4
chore: comment out fn type check for gocr
4 years ago
Sean McBride
4bc4358993
fix: bound check off by one
4 years ago
Sean McBride
31d4a317a1
fix: correct typo
4 years ago
Sean McBride
e5b7b69f9b
fix: correct void type issue
4 years ago
Sean McBride
613cc620d5
refactor: Remove redundant wasm instruction bodies
4 years ago
Sean McBride
bf0d7299ef
feat: fix offset type and assert bounds check
4 years ago
Sean McBride
2d39dc700c
fix: add missing wasm memory size instruction
4 years ago
Sean McBride
89756cf9eb
refactor: Get rid of USE_MEM_VM
4 years ago
Sean McBride
13a997cb80
refactor: wasm memory
4 years ago
Sean McBride
ade19936c3
chore: clarify implicit type coercion
4 years ago
Sean McBride
f99050706e
chore: simplify Makefile prefix
5 years ago
Sean McBride
c4aed4ed0e
chore: re-add CHAR_BIT
5 years ago
Sean McBride
f66ecf96f9
chore: revert CHAR_BIT
5 years ago
Sean McBride
920ba73f73
chore: missing assert and defines
5 years ago
Sean McBride
61f28e3ed7
chore: fix missing assert
5 years ago
Sean McBride
1487614863
chore: refactor out u8
5 years ago
Sean McBride
59c44f90e6
chore: refactor out i16
5 years ago
Sean McBride
213c558a75
chore: refactor out i32
5 years ago
Sean McBride
ec3b489b21
chore: refactor out i64
5 years ago
Sean McBride
4cb7c355b4
chore: refactor out u32
5 years ago
Sean McBride
407a20d22a
chore: refactor out u64
5 years ago
Sean McBride
58a38016b1
chore: sandbox member cache->sandbox context cache
5 years ago
Sean McBride
68e91a8853
chore: combine thread locals into struct
5 years ago
Sean McBride
e61be257f9
chore: add clang-format from Composite ( #5 )
...
* chore: add clang-format from Composite
* chore: cleanup JSON
* chore: add clang-format from Composite
* chore: stylistic corrections
* chore: ignore swap files and vscode conf
* chore: check semver of clang-format and require 9
5 years ago
phani
645d138787
for runtime with multi-sandboxing, globals are to be populated per sandbox, that was what causing random crashes!
5 years ago
phani
837fc3a7c0
legacy function pointer typecasts fail in wasm
5 years ago
phani
5968495a55
adds floor for float and double
5 years ago
phani
9b0ec6f7dc
Changed directory structure
...
* silverfish is a submodule now
* memory modules from silverfish runtime is copied in to the aWsm runtime.
* runtime/tests/Makefile compiles different tests and silverfish/code_benches..
6 years ago