New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

assimpts

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

assimpts

TypeScript wrapper around Assimp compiled to WASM.

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

Assimpts

TypeScript wrapper around the Assimp C/C++ library compiled as WASM through Emscripten. Heavily inspired by assimpjs.

Usage

Install the package with

npm install assimpts

See the examples for how to use the library.

Build

Required build tools:

  • CMake
  • Ninja
  • C++ Compiler of your choice

Linux

./scripts/install-emscripten.sh # Only needed on first install
./scripts/activate-emscripten.sh # Activate environment for current session
./scripts/build.sh

Windows

./scripts/install-emscripten.ps1 # Only needed on first install
./scripts/activate-emscripten.ps1 # Activate environment for current session
./scripts/build.ps1

Keywords

assimp

FAQs

Package last updated on 02 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts