Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / wasm3/wasm3 issues and pull requests
#409 - Add CIFuzz Github action
Pull Request -
State: open - Opened by DavidKorczynski almost 2 years ago
#408 - Fix dangling runtime pointer when stack cannot be allocated
Pull Request -
State: closed - Opened by ia0 almost 2 years ago
- 1 comment
#407 - Unexpected execution
Issue -
State: closed - Opened by erxiaozhou almost 2 years ago
Labels: wasm-validation
#406 - Unexpected value on the stack
Issue -
State: closed - Opened by erxiaozhou about 2 years ago
- 1 comment
#405 - Unexpect value on the stack
Issue -
State: open - Opened by erxiaozhou about 2 years ago
Labels: bug
#404 - Upload binary artifacts in GitHub actions
Issue -
State: closed - Opened by TerrorJack about 2 years ago
- 1 comment
#403 - Bump up some default limits to align with mainstream wasm implementations
Pull Request -
State: closed - Opened by TerrorJack about 2 years ago
#402 - Fix operations preventing tail-call-elimination:
Pull Request -
State: closed - Opened by I-mikan-I about 2 years ago
#401 - op_Entry and op_Load instructions cannot get tail-call optimized in certain cases.
Issue -
State: closed - Opened by I-mikan-I about 2 years ago
#400 - Unexpected Behavior
Issue -
State: closed - Opened by erxiaozhou about 2 years ago
Labels: wasm-validation
#399 - Unexpected behavior
Issue -
State: closed - Opened by erxiaozhou about 2 years ago
Labels: wasm-validation
#398 - [question]Documents of memory management model of wasm3 ?
Issue -
State: open - Opened by zwlaka about 2 years ago
#397 - Fix: typos
Pull Request -
State: closed - Opened by omahs about 2 years ago
#396 - Tutorial to use with Arduino
Issue -
State: closed - Opened by jabrena about 2 years ago
- 1 comment
#395 - Why scanf in C is not working in wasm3 after compilation to wasm?
Issue -
State: closed - Opened by YeeTone about 2 years ago
- 2 comments
#394 - Add FileList, brief descriptions of files and dirs.
Pull Request -
State: closed - Opened by merriam about 2 years ago
- 3 comments
#393 - Remove alignment attributes defined as vectorcall. The compiler inteβ¦
Pull Request -
State: closed - Opened by waywardgeek about 2 years ago
#392 - Source should include FileList describing files and directories
Issue -
State: closed - Opened by merriam about 2 years ago
- 1 comment
#391 - fix consts limit bug
Pull Request -
State: closed - Opened by coderzh about 2 years ago
#390 - bugfix: remove module from the list when calling m3_FreeModule.
Pull Request -
State: open - Opened by YoungWenMing about 2 years ago
- 2 comments
#389 - A M3Module maybe freed twice.
Issue -
State: open - Opened by YoungWenMing about 2 years ago
- 2 comments
#388 - Added Nim Bindings to readme
Pull Request -
State: closed - Opened by beef331 about 2 years ago
#387 - Giving control of memory allocation/resize to user code
Issue -
State: open - Opened by martinfouilleul about 2 years ago
Labels: API
#386 - wasm64 support
Issue -
State: closed - Opened by martinfouilleul about 2 years ago
- 1 comment
#385 - feat: add support for multi return value for raw functions
Pull Request -
State: closed - Opened by baluchicken about 2 years ago
#384 - How to export function?
Issue -
State: closed - Opened by weiqingtangx about 2 years ago
- 3 comments
#383 - Contributing `wasm-c-api`
Issue -
State: closed - Opened by bald-man about 2 years ago
- 2 comments
Labels: feature, API
#382 - Make use of Clang 13 `__attribute__((musttail))`
Issue -
State: closed - Opened by vshymanskyy about 2 years ago
- 1 comment
Labels: improvement
#381 - π Reference Types
Issue -
State: open - Opened by vshymanskyy about 2 years ago
- 1 comment
Labels: feature, wasm spec
#379 - SEGV wasm3/source/m3_exec.h:1078 in op_Select_i32_srs
Issue -
State: closed - Opened by ioo0s about 2 years ago
- 2 comments
Labels: wasm-validation
#378 - pc points to the zero page in RunCode
Issue -
State: closed - Opened by ret2ddme about 2 years ago
- 1 comment
Labels: wasm-validation
#373 - [Segmentation fault] source/m3_compile.c:335:25 in MarkSlotAllocated
Issue -
State: closed - Opened by ret2ddme about 2 years ago
- 1 comment
Labels: wasm-validation
#371 - Replace C array with std::array to handle zero length
Pull Request -
State: closed - Opened by ryantrem about 2 years ago
#368 - wasm3_cpp doesn't compile in Visual Studio if a function is called with no arguments
Issue -
State: closed - Opened by ryantrem about 2 years ago
Labels: improvement
#366 - Clone a parsed module that has not been loaded to a runtime
Issue -
State: open - Opened by reuvenpo over 2 years ago
- 1 comment
Labels: feature
#364 - m3_Call*-functions fix
Pull Request -
State: closed - Opened by skrphv over 2 years ago
- 2 comments
#363 - Running 'Start' function corrupts wasm-stack in m3_Call*-functions
Issue -
State: closed - Opened by skrphv over 2 years ago
- 2 comments
Labels: bug
#362 - Fail to find the information of `unreachable` instruction ?
Issue -
State: open - Opened by Zhangyx24 over 2 years ago
- 1 comment
Labels: bug
#358 - `out of bounds memory access` error ?
Issue -
State: closed - Opened by Zhangyx24 over 2 years ago
- 1 comment
Labels: bug
#357 - Directories with more than ~150 files are truncated when mapped ?
Issue -
State: closed - Opened by Zhangyx24 over 2 years ago
- 2 comments
Labels: WASI
#355 - Fail to rename file ?
Issue -
State: closed - Opened by Zhangyx24 over 2 years ago
- 1 comment
Labels: WASI
#353 - Set max memory fail ?
Issue -
State: closed - Opened by Zhangyx24 over 2 years ago
Labels: improvement
#346 - Does wasm3 support execution of SIMD?
Issue -
State: closed - Opened by Zhangyx24 over 2 years ago
- 4 comments
Labels: feature, backlog
#345 - fix reading all function names and avoid memory leak
Pull Request -
State: closed - Opened by bonifaido over 2 years ago
- 1 comment
#344 - β οΈ WebAssembly validation
Issue -
State: open - Opened by vshymanskyy over 2 years ago
Labels: feature, help wanted, wasm spec, HIGH PRIORITY
#340 - Help: Passing strings to host function in C
Issue -
State: closed - Opened by konsumer over 2 years ago
- 7 comments
#337 - [Segmentation fault] slot index overflow because of slot missing in some bytecode
Issue -
State: closed - Opened by ha1vk over 2 years ago
- 3 comments
Labels: wasm-validation
#336 - Allow C++ enum classes to be marshalled as integers when possible.
Pull Request -
State: closed - Opened by vityafx over 2 years ago
#331 - Allow non-global WASI contexts.
Pull Request -
State: open - Opened by FGasper over 2 years ago
- 14 comments
#329 - Cygwin compatibility
Issue -
State: closed - Opened by FGasper over 2 years ago
#328 - m3_env.c: prefer export name in searching function
Pull Request -
State: closed - Opened by kateinoigakukun over 2 years ago
#322 - Fix parsing of i32 constant globals on big-endian systems.
Pull Request -
State: closed - Opened by FGasper over 2 years ago
- 2 comments
#321 - wasm3 mis-parses i32 in s390x (big-endian)
Issue -
State: closed - Opened by FGasper over 2 years ago
#319 - `m3_SetGlobal()` affects constant exports
Issue -
State: open - Opened by FGasper over 2 years ago
Labels: bug, API
#318 - the purpose of M3Runtime?
Issue -
State: closed - Opened by ringoz over 2 years ago
- 1 comment
#317 - RFE: WASI API support
Issue -
State: closed - Opened by FGasper over 2 years ago
- 1 comment
#314 - Show Wasm3: new Python and ESP32 examples
Issue -
State: closed - Opened by InconceivableDuck over 2 years ago
#313 - pywasm3 runtime error on example
Issue -
State: closed - Opened by alex-bender over 2 years ago
- 1 comment
Labels: bug
#312 - How to link the global variables of the Native layer?
Issue -
State: closed - Opened by slicol over 2 years ago
- 1 comment
#310 - Support standalone clang with GCC frontend
Pull Request -
State: closed - Opened by guusw over 2 years ago
#309 - Error: missing imported function ('wasi_snapshot_preview1.fd_filestat_set_size')
Issue -
State: closed - Opened by topolarity over 2 years ago
- 1 comment
Labels: improvement, WASI
#307 - Get the name/offset of the calling wasm function
Issue -
State: open - Opened by JamesDunne almost 3 years ago
- 2 comments
Labels: feature, API
#306 - C++ Multi-Value support via Tuples & Struct-mapping
Pull Request -
State: open - Opened by HailToDodongo almost 3 years ago
#305 - C++ platform: zero-size array & compiler warnings
Pull Request -
State: closed - Opened by HailToDodongo almost 3 years ago
#301 - Fix memory safety issues found by OSS-Fuzz
Pull Request -
State: closed - Opened by alpire almost 3 years ago
- 1 comment
#288 - Refactoring mistake (with `d_m3EnableCodePageRefCounting` option enabled)?
Issue -
State: closed - Opened by skrphv about 3 years ago
- 4 comments
#279 - Resolve issue raised by gcc undefined behaviour sanitizer
Pull Request -
State: closed - Opened by cesaref about 3 years ago
- 1 comment
#278 - Support for dynamic libraries?
Issue -
State: open - Opened by igrr about 3 years ago
- 4 comments
Labels: feature
#269 - API to enumerate a module's exported functions
Issue -
State: open - Opened by saghul over 3 years ago
- 8 comments
Labels: improvement, API
#268 - Serialize interpreter state
Issue -
State: open - Opened by thomasballinger over 3 years ago
- 2 comments
Labels: feature, help wanted, good first issue
#267 - Module-scoped `m3_FindFunction`
Issue -
State: open - Opened by kostko over 3 years ago
Labels: improvement, API
#262 - Question: Additional templates for cpp
Issue -
State: open - Opened by skrphv over 3 years ago
- 1 comment
Labels: improvement
#255 - why not provide install target in CMakeLists.txt ?
Issue -
State: closed - Opened by leleliu008 over 3 years ago
#217 - GUI support
Issue -
State: closed - Opened by kisvegabor over 3 years ago
- 39 comments
Labels: help wanted, backlog, discussion
#166 - Building wasm3 for arm-none-eabi
Issue -
State: closed - Opened by valexandru about 4 years ago
- 3 comments
#147 - Support overriding STDOUT/STDERR for WASI
Issue -
State: closed - Opened by Veykril over 4 years ago
- 2 comments
Labels: backlog
#110 - API for import kind: global, memory, table?
Issue -
State: open - Opened by coderzh over 4 years ago
- 3 comments
Labels: help wanted, good first issue, API
#109 - Document signature format?
Issue -
State: closed - Opened by onionhammer over 4 years ago
- 8 comments
Labels: question
#50 - Improve performance further (perform profiling, etc)
Issue -
State: closed - Opened by vshymanskyy almost 5 years ago
- 9 comments
Labels: research, backlog
#20 - π Bulk memory operations
Issue -
State: open - Opened by vshymanskyy almost 5 years ago
- 10 comments
Labels: feature, wasm spec
#6 - π Optimize WASM tail calls
Issue -
State: open - Opened by vshymanskyy about 5 years ago
- 2 comments
Labels: feature, wasm spec