index
:
tinywasm
bota-tortuise
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-01-26
feat: add more examples, work on new public api
Henry Gressmann
2024-01-26
Release 0.3.0
Henry Gressmann
2024-01-26
chore: fix selfhosting example
Henry Gressmann
2024-01-26
docs: working selfhosted example
Henry Gressmann
2024-01-26
feat: full no_std support
Henry Gressmann
2024-01-25
docs: update readme
Henry Gressmann
2024-01-25
chore: refactor executor and improve documentation
Henry Gressmann
2024-01-25
fix: ci
Henry Gressmann
2024-01-25
feat: pass full wasm 1.0 testsuite
Henry Gressmann
2024-01-24
chore: import should error on invalid memory/table type
Henry Gressmann
2024-01-24
test: add 2.0 testsuite
Henry Gressmann
2024-01-24
feat: const instruction global get
Henry Gressmann
2024-01-24
fix: null ref element initialization
Henry Gressmann
2024-01-24
test: support AssertUnlinkable
Henry Gressmann
2024-01-24
feat: linker errors
Henry Gressmann
2024-01-23
chore: support partially initialized module instances
Henry Gressmann
2024-01-23
chore: refactor executer, change the module when executing imported functions
Henry Gressmann
2024-01-23
feat: shared tables across modules
Henry Gressmann
2024-01-23
fix: global refnull conversion
Henry Gressmann
2024-01-23
feat: preserve null refs when returning
Henry Gressmann
2024-01-23
feat: uninitialized elems
Henry Gressmann
2024-01-23
chore: refactor module instances, fix named module tests
Henry Gressmann
2024-01-23
chore: switch module instance when switching call stack
Henry Gressmann
2024-01-23
chore: improve testsuite
Henry Gressmann
2024-01-23
core: attach types to functions
Henry Gressmann
2024-01-22
chore: wip imports
Henry Gressmann
2024-01-22
test: add global val tests
Henry Gressmann
2024-01-22
fix: comments tests
Henry Gressmann
2024-01-22
feat: add FuncContext
Henry Gressmann
2024-01-22
fix: float rounding edgecase
Henry Gressmann
2024-01-22
fix: memory grow returns
Henry Gressmann
2024-01-22
feat: table.init
Henry Gressmann
2024-01-22
fix: breaking in loops
Henry Gressmann
2024-01-22
fix: call param order
Henry Gressmann
2024-01-22
Merge pull request #1 from explodingcamera/imports
Henry Gressmann
2024-01-22
cleanup
Henry Gressmann
2024-01-22
host function calls, fix call isolation issues
Henry Gressmann
2024-01-21
fix export isolation issues
Henry Gressmann
2024-01-21
wip: refactoring imports
Henry Gressmann
2024-01-20
feat: typed host funcs
Henry Gressmann
2024-01-20
chore: progress towards host functions
Henry Gressmann
2024-01-18
chore: fix a couple of failing tests
Henry Gressmann
2024-01-18
feat: Trunc opcodes
Henry Gressmann
2024-01-18
chore: improve indirect calls
Henry Gressmann
2024-01-18
feat: use the correct trap names, improve div trap
Henry Gressmann
2024-01-18
feat: table operations, various spec related fixes
Henry Gressmann
2024-01-17
chore: decrease max call stack size and fix corresponding tests
Henry Gressmann
2024-01-16
docs: remove old testsuite results
Henry Gressmann
2024-01-16
chore: trap on negative memory adresses
Henry Gressmann
2024-01-16
feat: initial linking
Henry Gressmann
[next]