GitHub / explodingcamera/tinywasm issues and pull requests
#43 - Make initial size of interpreter stacks configurable
Issue -
State: open - Opened by FedorSmirnov89 7 months ago
#42 - Allow configurable limits on interpreter stack sizes to avoid panics on embedded targets
Issue -
State: open - Opened by FedorSmirnov89 7 months ago
#41 - fix: make `{ModuleInstance,FuncContext}::exported_memory` actually immutable
Pull Request -
State: closed - Opened by bbb651 8 months ago
#40 - Allow more than 6 parameters in `Extern::typed_func`
Issue -
State: open - Opened by bbb651 8 months ago
#39 - feat: simd support
Pull Request -
State: closed - Opened by explodingcamera 12 months ago
#39 - feat: simd support
Pull Request -
State: closed - Opened by explodingcamera 12 months ago
#38 - feat: memory64 support
Pull Request -
State: closed - Opened by explodingcamera 12 months ago
#37 - feat: support the tail call proposal
Pull Request -
State: closed - Opened by explodingcamera 12 months ago
#37 - feat: support the tail call proposal
Pull Request -
State: closed - Opened by explodingcamera 12 months ago
#36 - wip: initial simd support
Pull Request -
State: closed - Opened by explodingcamera 12 months ago
#35 - Function parameters in reverse order
Issue -
State: closed - Opened by vE5li 12 months ago
- 1 comment
#34 - Arrays in wasm not fully populated, each 4 byte unless readed
Issue -
State: closed - Opened by dragonnn about 1 year ago
- 1 comment
#33 - Limit memory usage by wasm code
Issue -
State: open - Opened by WhaleKit about 1 year ago
#32 - feat: serde serialization and deserialization support for TinyWasmModule
Pull Request -
State: closed - Opened by dragonnn about 1 year ago
- 1 comment
#32 - feat: serde serialization and deserialization support for TinyWasmModule
Pull Request -
State: open - Opened by dragonnn about 1 year ago
#31 - TinyWasmModule::from_twasm portable across architectures?
Issue -
State: closed - Opened by dragonnn about 1 year ago
- 4 comments
#30 - Save/Load interpreter state
Issue -
State: open - Opened by WhaleKit about 1 year ago
#29 - Async
Pull Request -
State: open - Opened by WhaleKit about 1 year ago
#29 - Coro
Pull Request -
State: open - Opened by WhaleKit about 1 year ago
- 8 comments
#28 - reference types for typed functions
Pull Request -
State: closed - Opened by WhaleKit about 1 year ago
- 2 comments
#28 - reference types for typed functions
Pull Request -
State: open - Opened by WhaleKit about 1 year ago
#27 - Check untyped returns
Pull Request -
State: open - Opened by WhaleKit about 1 year ago
#27 - Check returns in untyped host functions
Pull Request -
State: closed - Opened by WhaleKit about 1 year ago
- 1 comment
#26 - Tests fail on arm32v7 due to panic in library/core/src/option.rs
Issue -
State: closed - Opened by drauschenbach over 1 year ago
- 2 comments
#25 - next branch fails to compile on aarch64 with rust 1.82.0 : root Cargo.toml is missing field `version`
Issue -
State: open - Opened by drauschenbach over 1 year ago
#24 - Consolidate Stack
Issue -
State: open - Opened by danielstuart14 over 1 year ago
#23 - fix: archive feature fails on no_std builds
Pull Request -
State: closed - Opened by danielstuart14 over 1 year ago
- 1 comment
#22 - feat: Custom memory page size
Pull Request -
State: closed - Opened by danielstuart14 over 1 year ago
- 1 comment
#22 - feat: Custom memory page size
Pull Request -
State: closed - Opened by danielstuart14 over 1 year ago
- 1 comment
#21 - feat: compact value stack
Pull Request -
State: closed - Opened by explodingcamera over 1 year ago
#21 - feat: compact value stack
Pull Request -
State: closed - Opened by explodingcamera over 1 year ago
#20 - no-panic
Issue -
State: closed - Opened by explodingcamera over 1 year ago
Labels: enhancement
#19 - Reduce instruction fetch overhead
Issue -
State: open - Opened by explodingcamera over 1 year ago
#18 - TinyWasm Parser
Issue -
State: open - Opened by explodingcamera over 1 year ago
Labels: enhancement
#17 - Async / Resume
Issue -
State: open - Opened by explodingcamera over 1 year ago
#16 - Multiple memories
Issue -
State: closed - Opened by explodingcamera over 1 year ago
Labels: enhancement, proposal
#15 - Tail Call Support
Issue -
State: open - Opened by explodingcamera over 1 year ago
#14 - Full WebAssembly 2.0 Support
Issue -
State: closed - Opened by explodingcamera over 1 year ago
Labels: enhancement
#13 - feat: v0.7.0
Pull Request -
State: closed - Opened by explodingcamera over 1 year ago
#13 - feat: v0.7.0
Pull Request -
State: closed - Opened by explodingcamera over 1 year ago
#12 - chore: optimize block stack, remove EndFunc
Pull Request -
State: closed - Opened by explodingcamera almost 2 years ago
#12 - chore: optimize block stack, remove EndFunc
Pull Request -
State: closed - Opened by explodingcamera almost 2 years ago
#11 - test: make tests work on more targets
Pull Request -
State: closed - Opened by explodingcamera almost 2 years ago
- 3 comments
#11 - test: make tests work on more targets
Pull Request -
State: closed - Opened by explodingcamera almost 2 years ago
#10 - Cannot produce a Lua language binding for ModuleInstance::instantiate() due to ownership restrictions
Issue -
State: closed - Opened by drauschenbach almost 2 years ago
#9 - Enhance support for scripted language bindings by making Imports and Module cloneable
Pull Request -
State: closed - Opened by drauschenbach almost 2 years ago
#8 - Tests fail to compile on aarch64 (Apple M1 Max)
Issue -
State: closed - Opened by drauschenbach almost 2 years ago
#7 - Tests fail to compile on armv7 (Raspberry Pi 4)
Issue -
State: closed - Opened by drauschenbach almost 2 years ago
#6 - types: fix typo in the module's doc
Pull Request -
State: closed - Opened by TristanCacqueray almost 2 years ago
#6 - types: fix typo in the module's doc
Pull Request -
State: open - Opened by TristanCacqueray almost 2 years ago
#5 - Fixed-Width SIMD
Issue -
State: open - Opened by theduke almost 2 years ago
#4 - feat: rework instructions
Pull Request -
State: closed - Opened by explodingcamera almost 2 years ago
#4 - feat: rework instructions
Pull Request -
State: closed - Opened by explodingcamera almost 2 years ago
#3 - perf: reduce block overhead
Pull Request -
State: closed - Opened by explodingcamera almost 2 years ago
#3 - perf: reduce block overhead
Pull Request -
State: closed - Opened by explodingcamera almost 2 years ago
#2 - Notice on code use
Issue -
State: closed - Opened by stevefan1999-personal about 2 years ago
- 1 comment
#1 - feat: host functions, rewrite linker
Pull Request -
State: closed - Opened by explodingcamera about 2 years ago
#1 - feat: host functions, rewrite linker
Pull Request -
State: closed - Opened by explodingcamera about 2 years ago